Matrix diagonalization

Diagonalizable matrix

Consider a matrix AA that may be diagonalized. Then, there exists a nonsingular matrix TT such that T1AT=ΛT^{-1} A T = \Lambda where Λ=diag(λ1...λn)\Lambda = \operatorname{diag}(\lambda_1...\lambda_n).

#incomplete

References

  1. https://crrl.poly.edu/6253/lectures/lect5.pdf
  2. https://www.geeksforgeeks.org/matrix-diagonalization/
  3. https://en.wikipedia.org/wiki/Diagonalizable_matrix